﻿
#search_input_box_main .container{
    padding: unset !important;
}

@media (max-width: 880px) {
    .container .row {
        padding: 3em 20px;
    }
    #search_input_box .container{
        padding:0;
    }
}

.container .row h2 {
    text-align: center;
    margin-bottom: 1.36em;
    color: #e42c55;
}

article.articles {
    display: flex;
    flex-flow: wrap;
    margin: 0 -7px;
}

    article.articles .article-item {
        flex: 0 0 calc(25% - 16px);
        cursor: pointer;
        margin: 0 8px;
        margin-bottom: 16px;
        display: inline-block;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
        border-radius: 6px;
        transition: all 0.26s ease-in-out;
        -moz-transition: all 0.26s ease-in-out;
        -webkit-transition: all 0.26s ease-in-out;
    }

@media (max-width: 880px) {
    article.articles .article-item {
        flex: 0 0 calc(100% - 16px);
    }
}

article.articles .article-item:focus {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
    outline: none;
}

article.articles .article-item > * {
    pointer-events: none;
}

article.articles .article-item .article-image {
    position: relative;
    background: white;
    border-radius: 6px 6px 0 0;
}

    article.articles .article-item .article-image::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
        pointer-events: none;
    }

    article.articles .article-item .article-image .article-img {
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: inherit;
    }

    article.articles .article-item .article-image .article-time {
        color: #484848;
        position: absolute;
        top: 10px;
        right: 10px;
        background: white;
        font-size: 11px;
        font-weight: bold;
        padding: 4px 12px 2px;
        border-radius: 4px;
        pointer-events: none;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
    }

article.articles .article-item .article-details {
    background: white;
    border-radius: 0 0 6px 6px;
    padding: 20px;
    min-height: 98px;
    text-align: center;
    box-sizing: border-box;
}

    article.articles .article-item .article-details .article-title {
        font-size: 0.96em;
        font-weight: bold;
        color: #484848;
    }

    article.articles .article-item .article-details .article-caption {
        color: #576574;
        font-size: 0.86em;
        font-weight: bold;
        margin-top: 12px;
    }

article.articles .article-item:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/*# sourceMappingURL=article-page.css.map */
